+2001-10-31 Matt Wilson <msw@redhat.com>
+
+ * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
+ allocating the treedatalist, zero it to make sure the values are
+ cleared from any garbage that was in this chunk.
+
2001-10-31 Murray Cumming <murrayc@usa.net>
* gtk/cellrenderertext.h: "edited" default signal handler
+2001-10-31 Matt Wilson <msw@redhat.com>
+
+ * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
+ allocating the treedatalist, zero it to make sure the values are
+ cleared from any garbage that was in this chunk.
+
2001-10-31 Murray Cumming <murrayc@usa.net>
* gtk/cellrenderertext.h: "edited" default signal handler
+2001-10-31 Matt Wilson <msw@redhat.com>
+
+ * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
+ allocating the treedatalist, zero it to make sure the values are
+ cleared from any garbage that was in this chunk.
+
2001-10-31 Murray Cumming <murrayc@usa.net>
* gtk/cellrenderertext.h: "edited" default signal handler
+2001-10-31 Matt Wilson <msw@redhat.com>
+
+ * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
+ allocating the treedatalist, zero it to make sure the values are
+ cleared from any garbage that was in this chunk.
+
2001-10-31 Murray Cumming <murrayc@usa.net>
* gtk/cellrenderertext.h: "edited" default signal handler
+2001-10-31 Matt Wilson <msw@redhat.com>
+
+ * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
+ allocating the treedatalist, zero it to make sure the values are
+ cleared from any garbage that was in this chunk.
+
2001-10-31 Murray Cumming <murrayc@usa.net>
* gtk/cellrenderertext.h: "edited" default signal handler
+2001-10-31 Matt Wilson <msw@redhat.com>
+
+ * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
+ allocating the treedatalist, zero it to make sure the values are
+ cleared from any garbage that was in this chunk.
+
2001-10-31 Murray Cumming <murrayc@usa.net>
* gtk/cellrenderertext.h: "edited" default signal handler
+2001-10-31 Matt Wilson <msw@redhat.com>
+
+ * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
+ allocating the treedatalist, zero it to make sure the values are
+ cleared from any garbage that was in this chunk.
+
2001-10-31 Murray Cumming <murrayc@usa.net>
* gtk/cellrenderertext.h: "edited" default signal handler
G_ALLOC_AND_FREE);
list = g_chunk_new (GtkTreeDataList, tree_chunk);
+ memset (list, 0, sizeof (GtkTreeDataList));
return list;
}